Skip to content

boot: zephyr: socs: add esp32c61 and esp32s31 config - #2809

Open
sylvioalves wants to merge 1 commit into
mcu-tools:mainfrom
sylvioalves:add-esp32c61-esp32s31-socs
Open

boot: zephyr: socs: add esp32c61 and esp32s31 config#2809
sylvioalves wants to merge 1 commit into
mcu-tools:mainfrom
sylvioalves:add-esp32c61-esp32s31-socs

Conversation

@sylvioalves

Copy link
Copy Markdown
Collaborator

Add Kconfig for the ESP32-C61 and ESP32-S31 SoCs, mirroring
the existing Espressif bootloader configuration.

Add Kconfig for the ESP32-C61 and ESP32-S31 SoCs, mirroring
the existing Espressif bootloader configuration.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>

CONFIG_XIP=n
CONFIG_HEAP_MEM_POOL_SIZE=4096
CONFIG_PICOLIBC=y

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

picolibc isn't needed since it's set in prj.conf

CONFIG_XIP=n
CONFIG_HEAP_MEM_POOL_SIZE=4096
CONFIG_PICOLIBC=y
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

likewise with malloc size

Comment on lines +13 to +14
CONFIG_MCUBOOT_LOG_LEVEL_OFF=y
CONFIG_LOG_DEFAULT_LEVEL=0

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not just disable logging?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants